// 公共部分

.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;

            }

        }
    }
}

@color: #0c77ae;

.transition {
    transition: all ease-in-out 0.3s;

}

.img-transform {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.big_img {
    .img {
        overflow: hidden;

        img,
        h1,
        h2,
        h3,
        h4,
        h5 {
            .transition;
        }
    }

    &:hover img {
        .img-transform;
    }

    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4 &:hover h5 {
        color: @color;
    }
}


// 公共结束








.head {
    padding: 8px 0;

    .h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: visible;
        

        .tel {
            padding-left: 42px;
            background: url(../images/tel.png) no-repeat center left;
        }
    }
}

.nav_pc {
    // background-color: #f3f3f3;

    .uls1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: visible;

        .nav_item {
            position: relative;

            a {
                display: block;
                padding: 0 20px;
                line-height: 50px;
                color: #a3a3a3;
                font-size: 16px;

                &.hover,
                &:hover {
                    color: @color;
                }
            }

            ul {
                width: 100%;
                position: absolute;
                left: 0;
                top: 62px;
                z-index: 9999;
                display: none;
                padding: 10px 0;
                background: rgba(0, 0, 0, 0.3);

                a {
                    display: block;
                    color: #fff;
                    line-height: 30px;
                    padding: 0 5px;
                    width: 100%;
                    text-align: center;
                    font-size: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    box-sizing:border-box;
                    border-bottom: 1px dashed #ccc;
                }
            }
        }
    }
}


.index_typename {
    padding-top: 90px;

    h1 {
        text-align: center;
        font-size: 36px;
        padding-bottom: 14px;
        margin-bottom: 20px;
        background: url(../images/index_type.jpg) no-repeat center bottom;
    }

    .type_sum {
        text-align: center;
        line-height: 26px;
    }
}

.index_pro {
    background-color: #f4f4f4;

    .pro_list {
        overflow: hidden;

        ul {
            display: flex;
            flex-wrap: wrap;
            margin: 3% -16px;

            li {
                padding: 16px;
                width: 25%;
                box-sizing: border-box;

                a {
                    display: block;
                    text-align: center;

                    .img {

                        border: 1px solid @color;
                        width: 100%;
                        height: 198px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        box-sizing: border-box;
                    }

                    h3 {
                        text-align: center;
                        width: 100%;
                        overflow: hidden;
                        padding: 16px 0;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-size: 16px;
                    }
                }

                .img {
                    font-size: 16px;
                    color: @color;
                }

            }
        }

    }
}


// 应用行业

.index_appli {
    .appli_list {
        ul {
            margin: 3% -12px;

            li {
                width: 33.33%;
                padding: 12px;

                a {
                    position: relative;

                    .shadow {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        box-sizing: border-box;
                        padding: 20px;
                        .transition;

                        h3 {
                            font-size: 20px;
                            color: #fff;
                        }

                        .sum {
                            font-size: 16px;
                            line-height: 26px;
                            padding-top: 12px;
                            color: #fff;
                        }
                    }

                    &:hover h3 {
                        color: #fff;
                    }

                    &:hover .shadow {
                        background: rgba(12, 119, 174, 0.8);
                    }
                }
            }
        }
    }
}

// 为什么选择我
.index_choo {
    background-color: #f4f4f4;
}

.choose_tit {
    background-color: @color;
    margin-top: 3%;

    h1 {
        font-size: 36px;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }

    h3 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding-bottom: 10px;

    }
}

.choose_icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 3%;

    background: url(../images/index_icon.png) no-repeat center top;
    background-color: #f4f4f4;
}

.choose_list {
    background-color: #f4f4f4;

    ul {
        li {
            width: 33.33%;

            a {
                display: block;
                height: 248px;
                padding: 30px;
                box-sizing: border-box;
                font-size: 16px;
                line-height: 26px;
            }

            &:nth-child(odd) {
                background-color: @color;

                a {
                    .sum {
                        color: #fff;
                    }
                }
            }
        }
    }
}

.more {
    display: block;
    width: 142px;
    line-height: 48px;
    border: 1px solid @color;
    margin: 3% auto;
    text-align: center;
    color: @color;
    .transition;

    &:hover {
        background-color: @color;
        color: #fff;
    }
}


.index_news {
    .index_typename {
        ul {
            display: flex;
            justify-content: center;
            align-items: center;

            li {
                margin: 0 30px;

                a {
                    display: block;
                    width: 110px;
                    line-height: 34px;
                    text-align: center;
                    background-color: #eeeeee;
                    .transition;

                    &:hover {
                        background-color: @color;
                        color: #fff;
                    }

                }

                &:first-child a {
                    background-color: @color;
                    color: #fff;
                }
            }
        }
    }

    .news_main {
        display: flex;
        padding: 3% 0;
        justify-content: space-between;

        .news_list {
            ul {
                li {
                    margin-bottom: 23px;

                    a {
                        display: flex;
                        align-items: center;


                        .time {
                            width: 80px;
                            height: 73px;
                            background-color: #f4f4f4;
                            text-align: center;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            .transition;

                            .time1 {
                                font-size: 30px;
                                padding: 4px 0;
                            }
                        }

                        .news_title {
                            width: 536px;
                            height: 73px;
                            margin-left: 7px;
                            background-color: #f4f4f4;
                            padding: 5px 8px;
                            box-sizing: border-box;

                            h3 {
                                line-height: 38px;
                                font-size: 16px;
                                .transition;
                            }

                            .sum {
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                .transition;
                            }
                        }

                        &:hover h3,
                        &:hover .sum {
                            color: @color;
                        }

                        &:hover .time {
                            color: #fff;
                            background-color: @color;
                        }
                    }

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }

    }
}

// 首页关于我们


.index_ab {
    background: url(../images/ab_bj.jpg) no-repeat center bottom;

    .ab_main {
        position: relative;
        padding-bottom: 56px;
        margin: 4% 0;

        .img {
            width: 54%;
        }

        .ab_box {
            position: absolute;

            right: 0;
            bottom: 0;
            background-color: #fff;
            padding: 70px;
            width: 54%;
            height: 450px;
            box-sizing: border-box;
            background: url(../images/ab_bj2.jpg) no-repeat center;

            h2 {
                font-size: 30px;
            }

            .summary {
                padding: 34px 0;
                line-height: 26px;

            }

            .more {
                margin: 0;
            }
        }
    }
}

.footer {
    background-color: @color;
    padding: 36px 0;

    .h {
        display: flex;
        justify-content: space-between;

        // align-items: center;
        h1 {
            font-size: 20px;
            color: #fff;
            padding-bottom: 20px;
        }

        .info {
            color: #fff;
            line-height: 34px;
        }

        .pro_info {
            ul {
                li {
                    a {
                        display: block;
                        color: #fff;
                        line-height: 26px;
                    }
                }
            }
        }

        .qd {
            width: 130px;

            p {
                color: #fff;
                padding: 10px 0;
                text-align: center;

            }
        }
    }
}

.foo_bottom {
    background-color: #333;

    .h {
        text-align: center;

        a {
            display: inline-block;
            padding: 0 14px;
            color: #f4f4f4;
            line-height: 34px;
        }
    }
}

.guide {
    text-align: right;

    a {
        display: inline-block;
        line-height: 66px;
        color: #656565;
    }

    .icon {
        font-family: "simsun";
    }
}

.pub_left {
    padding: 1% 0 3% 0;

    .h {
        overflow: hidden;

    }

    ul {
        display: flex;
        align-items: center;
        margin: 0 -1px;
        justify-content: center;

        li {
            padding: 0 1px;

            a {
                display: block;
                // width: 110px;
                padding: 0 20px;
                line-height: 34px;
                text-align: center;
                .transition;
                background-color: #f4f4f4;

                &.hover,
                &:hover {
                    background-color: @color;
                    color: #fff;
                }
            }
        }
    }
}

.about {
    background: url(../images/about_bj.jpg) no-repeat center bottom;

    .about_one {
        display: flex;
        align-items: center;

        .ab_left {
            width: 50%;
            box-sizing: border-box;
            padding-right: 20px;

            h1 {
                font-size: 20px;
                padding: 30px 0;
            }

            .cont {
                line-height: 26px;
            }
        }

        .img {
            width: 50%;
            box-sizing: border-box;
            padding-left: 20px;
        }
    }

    .about_two {
        display: flex;
        align-items: center;

        .ab_left {
            width: 50%;
            box-sizing: border-box;
            padding-left: 20px;

            h1 {
                font-size: 20px;
                padding: 30px 0;
            }

            .cont {
                line-height: 26px;
            }
        }

        .img {
            width: 50%;
            box-sizing: border-box;
            padding-right: 20px;
        }
    }

    .over {
        line-height: 26px;
        padding: 2% 0 4% 0;
    }
}



.honor {
    .h {
        overflow: hidden;

    }

    ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -13px;

        li {
            padding: 0 13px;
            margin-bottom: 14px;
            width: 25%;
            box-sizing: border-box;

            a {
                display: block;
                padding: 10px;
                background-color: #fff;
                border: 1px solid @color;

                .img {
                    overflow: hidden;

                    img {
                        .transition;
                    }
                }

            }
        }
    }
}


.second_left {
    float: left;
    width: 240px;
}

.second_left li {
    margin-bottom: 2px;
}

.second_left li a {
    display: block;
    padding: 0 12px;
    margin: 0 auto;
    line-height: 40px;
    background-color: #f2f3f4;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;


}

.second_left li i {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;

}

.second_left li i.icon_l {
    background-color: #5b5b5b;
    width: 5px;
    height: 5px;
}

.second_left li h3 {
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;

}

.second_left li .icon_r {
    display: inline-block;
    font-family: "simsun";
    float: right;

}

.second_left li a:hover h3,
.second_left li a.hover h3 {
    color: #fff;
}

.second_left li a:hover .icon_l,
.second_left li a.hover .icon_l {
    background-color: #fff;
}

.second_left li a:hover,
.second_left li a.hover {
    background-color: #3361af;
}


.products {

    .h {
        display: flex;
        justify-content: space-between;
    }

    .pro_list {
        width: 894px;

        ul {
            margin: 0 -12px;

            li {
                padding: 0 12px;
                margin-bottom: 20px;

                a {
                    .img {
                        border: 1px solid @color;
                    }

                    h3 {
                        text-align: center;
                        line-height: 40px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

.products_read {
    padding: 3% 0;

    .h {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .proread_img {
            width: 40%;
            border: 1px solid @color;
        }

        .img_info {
            width: 60%;
            padding-left: 60px;
            box-sizing: border-box;

            h1 {
                padding: 14px 0;
                font-size: 16px;
            }

            h2 {
                font-size: 16px;
            }
        }
    }
}

.detail {
    padding: 3% 0;

    .content {
        line-height: 24px;

        img {
            max-width: 100%;
        }
    }
}

.applicat {
    padding: 1% 0 3% 0;

    ul {
        margin: 0 -22px;

        li {
            padding: 0 22px;
            width: 33.33%;
            margin-bottom: 20px;

            a {
                display: block;

                .title {
                    padding: 14px;
                    background-color: #f4f4f4;

                    h1 {
                        font-size: 20px;

                    }
                }
            }
        }
    }
}

.news {
    .h {
        ul {
            li {
                a {
                    display: flex;
                    padding: 40px 0;
                    align-items: center;
                    .transition;
                    border-bottom: 1px solid #ccc;

                    .time {
                        width: 118px;
                        height: 88px;
                        border-right: 1px solid #ccc;

                        p {
                            text-align: center;

                        }

                        .time1 {
                            font-size: 48px;
                            color: @color;
                        }

                        .time2 {
                            color: #767676;

                        }
                    }

                    .title {
                        padding: 0 30px;
                        width: 780px;
                        box-sizing:border-box;

                        h1 {
                            font-size: 16px;

                        }

                        .sum {
                            line-height: 26px;
                            overflow: hidden;
                            
                            word-break: break-all;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            margin-top:14px;
                        }
                    }

                    &:hover{
                        background-color: #f3fafe;
                    }
                    &:hover h1{
                        color: @color;
                    }
                }
            }
        }
    }
}



.news_read{
    padding-top: 50px;
    .news_typename{
        h1{
            font-size: 22px;
            text-align: center;
            
        }
        .time{
            text-align: center;
            color: #747474;
            padding: 14px 0;
        }
    }
    .read_con{
        padding-bottom: 40px;
        line-height: 24px;
    }
    .cc_book{
        padding: 40px 0;
        margin-top: 20px;
        border-top:1px solid #ccc;
    }
}

// 联系我们


.contact{
    .contact_type{
        h1{
            font-size: 24px;
            text-align: center;
            padding: 10px;
            background: url(../images/index_type.jpg) no-repeat center bottom;
        }
    }
    .amap_box{
        padding: 4% 0;
        #amap_container{
        height: 400px;
    }
    }
    
}



.leave{
    // background-color: #f3f3f3;
    .mess_form{
        padding-top: 3%;
        .input{
            p{
                display: flex;
                justify-content: space-between;
                margin-bottom: 16px;
                input{
                    width: 580px;
                    background-color: #fff;
                    line-height: 46px;
                    padding:0 10px;
                    box-sizing:border-box;
                    border:1px solid #ccc;
                }
            }
        }

        .text{
            textarea{
                border:none;
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
                line-height: 46px;
                height: 200px;
                border:1px solid #ccc;
            }
        }


    }
     .submit{
        text-align: center;
        margin-bottom: 60px;
            input{
                width: 140px;
                line-height: 50px;
                text-align: center;
                margin: 20px auto;
                background-color: @color;
                color: #fff;
                font-size: 16px;
            }
        }
}
